home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔══════════════════════════════════════════════════════════╗
- echo ║ This will print the Cambridge Harness Handicapper Manual.║
- echo ║ Make sure your printer is on line and put the print ║
- echo ║ head at the top of a page. You will need 21 pages. ║
- echo ║ If you don't want to print the manual now, just ║
- echo ║ hold down the CTRL key and tap the letter "C". ║
- echo ║ To go ahead with the printout, strike any other key. ║
- echo ╚══════════════════════════════════════════════════════════╝
- pause > nul
- cls
- echo:
- echo:
- echo Printing the Harness Handicapper Manual Now!
- copy harness.doc prn
- cls
- echo:
- echo Printout Complete!
- prompt $p$g
-